const unicode.pLl

62 uses

	unicode (current package)
		graphic.go#L15: 	pLl                // a lower-case letter.
		graphic.go#L18: 	pLo    = pLl | pLu // a letter that is neither upper nor lower case.
		letter.go#L194: 		return properties[uint8(r)]&pLmask == pLl
		tables.go#L7349: 	0x61: pLl | pp, // 'a'
		tables.go#L7350: 	0x62: pLl | pp, // 'b'
		tables.go#L7351: 	0x63: pLl | pp, // 'c'
		tables.go#L7352: 	0x64: pLl | pp, // 'd'
		tables.go#L7353: 	0x65: pLl | pp, // 'e'
		tables.go#L7354: 	0x66: pLl | pp, // 'f'
		tables.go#L7355: 	0x67: pLl | pp, // 'g'
		tables.go#L7356: 	0x68: pLl | pp, // 'h'
		tables.go#L7357: 	0x69: pLl | pp, // 'i'
		tables.go#L7358: 	0x6A: pLl | pp, // 'j'
		tables.go#L7359: 	0x6B: pLl | pp, // 'k'
		tables.go#L7360: 	0x6C: pLl | pp, // 'l'
		tables.go#L7361: 	0x6D: pLl | pp, // 'm'
		tables.go#L7362: 	0x6E: pLl | pp, // 'n'
		tables.go#L7363: 	0x6F: pLl | pp, // 'o'
		tables.go#L7364: 	0x70: pLl | pp, // 'p'
		tables.go#L7365: 	0x71: pLl | pp, // 'q'
		tables.go#L7366: 	0x72: pLl | pp, // 'r'
		tables.go#L7367: 	0x73: pLl | pp, // 's'
		tables.go#L7368: 	0x74: pLl | pp, // 't'
		tables.go#L7369: 	0x75: pLl | pp, // 'u'
		tables.go#L7370: 	0x76: pLl | pp, // 'v'
		tables.go#L7371: 	0x77: pLl | pp, // 'w'
		tables.go#L7372: 	0x78: pLl | pp, // 'x'
		tables.go#L7373: 	0x79: pLl | pp, // 'y'
		tables.go#L7374: 	0x7A: pLl | pp, // 'z'
		tables.go#L7433: 	0xB5: pLl | pp, // 'µ'
		tables.go#L7475: 	0xDF: pLl | pp, // 'ß'
		tables.go#L7476: 	0xE0: pLl | pp, // 'à'
		tables.go#L7477: 	0xE1: pLl | pp, // 'á'
		tables.go#L7478: 	0xE2: pLl | pp, // 'â'
		tables.go#L7479: 	0xE3: pLl | pp, // 'ã'
		tables.go#L7480: 	0xE4: pLl | pp, // 'ä'
		tables.go#L7481: 	0xE5: pLl | pp, // 'å'
		tables.go#L7482: 	0xE6: pLl | pp, // 'æ'
		tables.go#L7483: 	0xE7: pLl | pp, // 'ç'
		tables.go#L7484: 	0xE8: pLl | pp, // 'è'
		tables.go#L7485: 	0xE9: pLl | pp, // 'é'
		tables.go#L7486: 	0xEA: pLl | pp, // 'ê'
		tables.go#L7487: 	0xEB: pLl | pp, // 'ë'
		tables.go#L7488: 	0xEC: pLl | pp, // 'ì'
		tables.go#L7489: 	0xED: pLl | pp, // 'í'
		tables.go#L7490: 	0xEE: pLl | pp, // 'î'
		tables.go#L7491: 	0xEF: pLl | pp, // 'ï'
		tables.go#L7492: 	0xF0: pLl | pp, // 'ð'
		tables.go#L7493: 	0xF1: pLl | pp, // 'ñ'
		tables.go#L7494: 	0xF2: pLl | pp, // 'ò'
		tables.go#L7495: 	0xF3: pLl | pp, // 'ó'
		tables.go#L7496: 	0xF4: pLl | pp, // 'ô'
		tables.go#L7497: 	0xF5: pLl | pp, // 'õ'
		tables.go#L7498: 	0xF6: pLl | pp, // 'ö'
		tables.go#L7500: 	0xF8: pLl | pp, // 'ø'
		tables.go#L7501: 	0xF9: pLl | pp, // 'ù'
		tables.go#L7502: 	0xFA: pLl | pp, // 'ú'
		tables.go#L7503: 	0xFB: pLl | pp, // 'û'
		tables.go#L7504: 	0xFC: pLl | pp, // 'ü'
		tables.go#L7505: 	0xFD: pLl | pp, // 'ý'
		tables.go#L7506: 	0xFE: pLl | pp, // 'þ'
		tables.go#L7507: 	0xFF: pLl | pp, // 'ÿ'